Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: move openedx-auth patch to bottom of file to allow patching EMAIL and DATABASES settings #1191

Conversation

Danyal-Faheem
Copy link
Contributor

The openedx-auth patch is placed in an inconvenient position where adding DATABASES, XQUEUE or EMAIL settings to the patch does not actually apply these settings as they are below the patch so they are always overriden by the settings defined in Tutor.

We move the patch to the bottom of the file so that these settings can be overriden by the patch.

@DawoudSheraz DawoudSheraz merged commit 175998a into overhangio:release Feb 3, 2025
3 checks passed
@Danyal-Faheem Danyal-Faheem deleted the danyal/support-other-databases-through-plugin branch February 3, 2025 14:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

2 participants